home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / in-the-chaos2.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  154 b   |  25 lines

  1. In-The-Chaos2
  2. {
  3.     {
  4.         x1=-4.0
  5.         x2= 4.0
  6.         y1=-4.0
  7.         y2= 4.0
  8.     }
  9.     {
  10.         c=pixel
  11.         z=pixel
  12.     }
  13.     {
  14.         z=z*z
  15.         z=z+c
  16.         t=tan(z)
  17.         w=pow(t,z)
  18.     }
  19.     {
  20.         w<t
  21.     }
  22.     {
  23.     }
  24. }
  25.